input type text inside select option

67

input type text inside select option -

<input type="text" name="example" list="exampleList">
<datalist id="exampleList">
  <option value="A">  
  <option value="B">
</datalist>

Comments

Submit
0 Comments